projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ec5a40
)
(standard-display-underline): Shift face id by 19 bits.
author
Karl Heuer
<kwzh@gnu.org>
Mon, 23 Mar 1998 00:12:14 +0000
(
00:12
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 23 Mar 1998 00:12:14 +0000
(
00:12
+0000)
lisp/disp-table.el
patch
|
blob
|
history
diff --git
a/lisp/disp-table.el
b/lisp/disp-table.el
index 01a1fce17debfce7526a78f4144af988e5669497..3ebc1c9e3801bd41b7b4b26a18c4e0a70803e3eb 100644
(file)
--- a/
lisp/disp-table.el
+++ b/
lisp/disp-table.el
@@
-161,7
+161,7
@@
X frame."
(aset standard-display-table c
(vector
(if window-system
- (logior uc (lsh (face-id (internal-find-face 'underline))
8
))
+ (logior uc (lsh (face-id (internal-find-face 'underline))
19
))
(create-glyph (concat "\e[4m" (char-to-string uc) "\e[m"))))))
;; Allocate a glyph code to display by sending STRING to the terminal.